public function __construct($groupName, $method = NULL, $with = NULL, $will = NULL)
 {
     parent::__construct(NULL, $method, $with, $will);
     $this->groupName = $groupName;
 }