void OnMutationCountChange(int value)
 {
     mutationCount = value;
     theCanvas.SetMutationMeter(value / mutationLimit);
 }