return address;
return id;
return name;
return sex;
this.address = address;
this.id = id;
this.name = name;
this.sex = sex;