public bool coincideCon(Mascota m) { return((this.nombre == m.nombre) && (this.duenno.coincideCon(m.duenno))); }