Return the variable from the move method


public String move() {
....

return compChoice;
}

....