The problem is in the way you instantiate person, you can do it in the following way:
person = random.sample( people, 1)[ 0 ].
This way, person will only contain the appropriate text.