/**
  * @inheritdoc
  */
 public function buildForm(FormBuilderInterface $builder, array $options)
 {
     // this field will not be a real property of any class
     $builder->setMapped(false);
 }