return city;
return state;
return zipCode;
this.city = city;
this.state = state;
this.zipCode = zipCode;