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