public WorldObjectReadOnlyCollection(WorldObjectCollection objects)
     : base(objects)
 {
     internalCollection = objects;
 }