public function calcularImposto(Conta $conta)
 {
     return $conta->getValor() * 0.2;
 }