return firstName;
return lastName;
return ssn;
this.firstName = firstName;
this.lastName = lastName;
this.ssn = ssn;