public void Copy(SpaceObject spaceObject) { this.description = spaceObject.description; this.occurences = spaceObject.occurences; this.channels = spaceObject.channels; }