Pop up graphic when collider~

I wish to make an image appear when i reach on some object on the model…anyone can teach??

Set a bool on collision with the object to true and to false when they are not colliding any more, and then use the bool in your GUI to define what picture to show?