return city;
return id;
return state;
return street1;
return street2;
return zipCode;
this.city = city;
this.id = id;
this.state = state;
this.street1 = street1;
this.street2 = street2;
this.zipCode = zipCode;