Unfortunately not. The Boolean parameter is not flexible at all. Your best option is to go for a Text parameter with a value and a label, you can use a query as source:
select 1 val, 'Female' lbl
union all
select 2, 'Male'
SQL Server MVP, MCITP/MCTS SQL Server 2008
Check out my articles at BI: Beer Intelligence