protected function formatSection(array $aSection, $sFieldsType, $sCapability, $iCountOfElements)
 {
     $aSection = $aSection + array('_fields_type' => $sFieldsType, 'capability' => $sCapability, 'page_slug' => $this->sDefaultPageSlug);
     return parent::formatSection($aSection, $sFieldsType, $sCapability, $iCountOfElements);
 }