public object Clone() { return(new LockDefinition { KerbalName = KerbalName.Clone() as string, PlayerName = PlayerName.Clone() as string, VesselId = VesselId, Type = Type }); }