public function getValue()
 {
     return (bool) parent::getValue();
 }
 public function getValue()
 {
     return (int) parent::getValue();
 }