struct Woman
enum Emotion emotion;
void update_emotion(struct *Woman f)
f->emotion = rand()%EMOTION_MAX;