No. Remove line 7 from your last selection class code post -- this line:
Actor player = selection.playerone;
Apparently, you changed the name.
In your Arenaone class, you have that same line, which assigns playerone in the selection class to a field called player . However, player is not used anywhere else in the class. It is not added to the world, or anything.