If you've already established that the type of the class is Two, you can just do a static cast.

list_two.Add(static_cast<Two>(class));