return city;
return id;
return state;
return street;
return zip;
this.city = city;
this.id = id;
this.state = state;
this.street = street;
this.zip = zip;