public override string ToString() { return(Id + " - " + Nome + " | " + Email + " | " + Endereco + " | " + Telefone.printTelefone()); }