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