Soccer with interfaces

I’m working on a simple soccer game and I want to save the last player who touched the ball so I know who made the goal in the end. This player should be prompted with a UI widget I created that displays “Goal!” for a given time.
I aim to do this to practice my interface skills so casting is not allowed (unless absolutely necessary)