def datanascimento(self: object) -> str: return date_para_str(self.__datanascimento)
def datacadastro(self: object) -> str: return date_para_str(self.__datacadastro)
def data_nasci(self: object) -> str: return date_para_str(self.__data_nasci)