public function __construct($id, $label, $value)
 {
     $this->value = $value;
     parent::__construct($id, $label);
 }