public Gene(Gene other)
 {
     ActionsExecuted = other.ActionsExecuted;
     FitnessValue    = other.FitnessValue;
     AddRange(other.ToList());
 }