public function __construct($name, $title = null, $dynamicLists, $dependentOn = '', $value = "", $form = null, $emptyString = null)
 {
     $this->dependentLists = $dynamicLists;
     $this->dependentOn = $dependentOn;
     parent::__construct($name, $title, array(), $value, $form, $emptyString);
 }