public ActiveObject(Dictionary<string, Vector2> idPosDict)
 {
     this.idPosDict = new SerializableVector2Dictionary(idPosDict);
 }