/**
  * Gets the name of the form
  * @return {string} Name of the form
  */
 public function getName()
 {
     return $this->_widgetEditor->getForm() ? $this->_widgetEditor->getForm()->getName() : null;
 }