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