gc.setBackground(SwtConsts.COLOR_BLUE);
gc.fillRectangle(0, 0, psize.x, psize.y);
gc.drawOval(x + 3 * size / 20, y + 9 * size / 20, 9 * size / 20, 9 * size / 20);
gc.drawLine(x + 10 * size / 20, y + 10 * size / 20, x + 16 * size / 20, y + 1 * size / 20);
gc.drawLine(x + 16 * size / 20, y + 1 * size / 20, x + 12 * size / 20, y + 3 * size / 20);
gc.drawLine(x + 16 * size / 20, y + 1 * size / 20, x + 16 * size / 20, y + 6 * size / 20);
// gc.drawRectangle(x, y, 19 * size / 20, 19 * size / 20);
}
else if (sex.equals(Person.FEMALE)) {
gc.setBackground(SwtConsts.COLOR_RED);
gc.fillRectangle(0, 0, psize.x, psize.y);