// Update is called once per frame
 void Update()
 {
     genText.text = "Gen: " + ec.GetCompletedAtGen();
 }