/**
  * returns HTML for displaying this form section. recursively calls display_section() on all subsections
  *
  * @return string
  * @throws \EE_Error
  */
 public function get_html()
 {
     $this->ensure_construct_finalized_called();
     return $this->_layout_strategy->layout_form();
 }