public function __construct(OptionType $type)
 {
     parent::__construct($type);
     $this->entityDTO->isSelect = $this->entity->isSelect();
     $this->entityDTO->isRadio = $this->entity->isRadio();
     $this->entityDTO->isCheckbox = $this->entity->isCheckbox();
 }