Inheritance: extends Symfony\Component\Form\Form
 public function configure()
 {
     $this->add(new PasswordField('current'));
     parent::configure();
 }