public function unserialize($data)
 {
     if ($data) {
         return ncXML2Array::createArray($data);
     }
     return '';
 }