public function getWSObject()
 {
     $obj = new WSEntryLiveStats();
     $obj->fromKalturaObject($this);
     return $obj;
 }