public void addPet(Pet pet) {
   getPetsInternal().add(pet);
   pet.setOwner(this);
 }